home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / DEVELOP.ZIP / PWRD.DOC < prev    next >
Text File  |  1994-08-13  |  2KB  |  53 lines

  1.   WARNING:  This document is subject to change at any time.  Any changes made
  2.   will be indicated by a vertical bar (|) in column 1 of the file.
  3.  
  4. | Last update: 08/13/94
  5.  
  6. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  7.  
  8.   The following information documents the format for PCBoard's PWRD file.
  9.  
  10.   The PWRD file consists of one line per security level / password combination.
  11.  
  12.   The most important aspect of the PWRD file is that, like other PCBoard files,
  13.   such as the FSEC file, PCBoard STOPS searching the file AS SOON as a match
  14.   is found.  PCBoard does not search for a "best fit" match.  It finds the
  15.   "first match" and then stops looking.
  16.  
  17.   When reading the file, the match is made based on the security level and
  18.   password fields.
  19.  
  20.   If the password field is blank, then only the security level is used to
  21.   find the match.  That is, PCBoard uses the caller's CURRENT security level
  22.   to locate the first line that matches.
  23.  
  24.   If the password field is non-blank, then PCBoard attempts to match both
  25.   the caller's CURRENT security level AND the caller's password.  If a match is
  26.   made, then that line is used.  If the not, the line is skipped and PCBoard
  27.   searches for another match.
  28.  
  29.   The format of the file looks something like this:
  30.  
  31. |      ,10,30,32767,0,99,0,0,0,0,Y,N,N,N,N,0,0,T
  32.  
  33.   Each field is comma delimited.  The order of the fields are as follows:
  34.  
  35.    1) Password
  36.    2) Security Level
  37.    3) Time Limit (per day, unless Enforce Time is set to NO, then per session)
  38.    4) Daily K-Byte Limit
  39.    5) Base Baud Rate (for adjusting Daily K-Byte Limit)
  40.    6) Batch Limit (max files in a single download batch)
  41.    7) File Ratio (stored as 10 TIMES the ratio; e.g. 5.0 is stored as 50)
  42.    8) Byte Ratio (stored as 10 TIMES the ratio; e.g. 5.0 is stored as 50)
  43.    9) Total File Limit  (max files can download until sysop resets count)
  44.   10) Total KByte Limit (max K-bytes can download until sysop resets count)
  45.   11) Enforce Time Limit (NO means time limit is a per-session limit)
  46.   12) Allow Alias to be used
  47.   13) Force caller to read personal mail on login
  48.   14) Allow multiple users to access current user-id simultaneously
  49.   15) Verify Caller by checkin Verification PSA
  50.   16) File Ratio Credits (credits towards upload file count)
  51.   17) KByte Ratio Credits (credits towards upload byte count - in K)
  52. | 18) Accounting Enabled (Y = yes, N = No, T = Tracking Only)
  53.